|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectrolesystem.jade.RoleMsg
public class RoleMsg
This class represents a message exchanged between the wrapper layer of agents and the server agent.
| Constructor Summary | |
|---|---|
RoleMsg(int scope,
java.io.Serializable content)
|
|
| Method Summary | |
|---|---|
java.io.Serializable |
getContent()
Returns the content of this message. |
int |
getScope()
Returns the scope of this message. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RoleMsg(int scope,
java.io.Serializable content)
scope - Scope of this message; 0 refers to system scope, other
numbers refer to the corresponding registrations.content - Content of this message.| Method Detail |
|---|
public int getScope()
public java.io.Serializable getContent()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||